<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with pieseries qml]]></title><description><![CDATA[A list of topics that have been tagged with pieseries qml]]></description><link>https://forum.qt.io/tags/pieseries qml</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Jul 2026 02:33:36 GMT</lastBuildDate><atom:link href="https://forum.qt.io/tags/pieseries qml.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[PieChart with tooltip]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">I would like to connect my PieSeries with a tooltip. Cause the datasource is from C++ i generate the PieSeries dynamical this way:</p>
<pre><code>        Connections{
            target: chartData
            onAssignmentPointsRead: //Signal from the C++ object
            {
                chart_assignPoints.removeAllSeries();
                var seriesOut = chart_assignPoints.createSeries(ChartView.SeriesTypePie, "Pos-Points");
                seriesOut.size = 0.96
                seriesOut.holeSize = 0.7
                seriesOut.append("Assignment 1", chartData.getAssignmentPoint(ChartData.POSASSIGN1)); //ChartData is the C++ object
}
</code></pre>
<p dir="auto">Where and how could I add the toolTip? In the Connection? I need the toolTip to show the labeltext + the value in Slices where the space is not enough.</p>
<p dir="auto">Thanks in advance!</p>
]]></description><link>https://forum.qt.io/topic/129043/piechart-with-tooltip</link><guid isPermaLink="true">https://forum.qt.io/topic/129043/piechart-with-tooltip</guid><dc:creator><![CDATA[firen]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>